public static enum SODoc.VerticalAlignment extends java.lang.Enum<SODoc.VerticalAlignment>
Enum Constant and Description |
---|
VERTICAL_ALIGN_BOTTOM |
VERTICAL_ALIGN_CENTER |
VERTICAL_ALIGN_INVALID |
VERTICAL_ALIGN_TOP |
Modifier and Type | Method and Description |
---|---|
static SODoc.VerticalAlignment |
findByValue(int value) |
int |
getAlignment() |
static SODoc.VerticalAlignment |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SODoc.VerticalAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SODoc.VerticalAlignment VERTICAL_ALIGN_TOP
public static final SODoc.VerticalAlignment VERTICAL_ALIGN_CENTER
public static final SODoc.VerticalAlignment VERTICAL_ALIGN_BOTTOM
public static final SODoc.VerticalAlignment VERTICAL_ALIGN_INVALID
public static SODoc.VerticalAlignment[] values()
for (SODoc.VerticalAlignment c : SODoc.VerticalAlignment.values()) System.out.println(c);
public static SODoc.VerticalAlignment valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getAlignment()
public static SODoc.VerticalAlignment findByValue(int value)